PractitionerRole System API - Implementation Template (US Core)
Custom object field addition
To add a field to a custom object in Health Cloud (HealthCloudGA____EhrPractitionerRole____c):
- From Health Cloud in the upper right corner, click the settings (gear) icon.
 - Click Setup.
 - From the Home tab in the left menu, expand 'Objects and Fields' and then click Object Manager.
 - In the search box to the right, search for 'practitioner role'.
 - Select the HealthCloudGA____EhrPractitionerRole____c API name.
 - In the 'Fields and Relationships' page, use the 'New' button and create the following fields:
 
| Field Label | Field Name | Data Type | 
|---|---|---|
| Organization | Organization__c | Lookup(Account) | 
| Location | Location__c | Lookup(Location) | 
| Telecom System | Telecom_System__c | Text(255) | 
| Telecom Value | Telecom_Value__c | Text(255) |